if test "$(win32_theme)" = "yes"; then \
echo " <file alias='theme/win32/gtk-base.css'>theme/win32/gtk-win32-base.css</file>" >> $@; \
echo " <file alias='theme/win32/gtk.css'>theme/win32/gtk-win32.css</file>" >> $@; \
- echo " <file alias='theme/win32-classic/gtk.css'>theme/win32/gtk-win32-classic.css</file>" >> $@; \
echo " <file alias='theme/win32-xp/gtk.css'>theme/win32/gtk-win32-xp.css</file>" >> $@; \
fi; \
for f in $(srcdir)/cursor/*.png; do \
theme_sources = \
theme/win32/gtk-win32.css \
theme/win32/gtk-win32-base.css \
- theme/win32/gtk-win32-classic.css \
theme/win32/gtk-win32-xp.css \
theme/Adwaita/assets.txt \
theme/Adwaita/assets.svg \
+++ /dev/null
-/* We should have a real win32 classic theme that picks up\r
- colors from the settings. But for now, at least don't break\r
- when win32 is in classic mode by just using raleigh. */\r
-@import url("Raleigh.css");\r